Skip to content

Conversation

@rrwinterton
Copy link
Contributor

this PR is to add new Intel Processors that are not included in the cpuinfo. This includes the detection of Alder Lake, Meteor Lake, Arrow Lake, Lunar Lake and Panther Lake mobile platforms as well as Sapphire Rapids and Granite Rapid Server/Workstations

@meta-cla meta-cla bot added the cla signed label Oct 21, 2025
Changed the processor names to the microarchtecture names for consistency and accuracy.
case 0xBE: // Alder Lake-N
return cpuinfo_uarch_gracemont;
case 0x8F: // Sapphire Rapids (Golden Cove)
return cpuinfo_uarch_golden_cove;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove - all golden cove can share one return

case 0xBE: // Alder Lake N / Raptor Lake N (Golden Cove)
return cpuinfo_uarch_gracemont;
case 0xAD: // Granite Rapids (Redood Cove)
return cpuinfo_uarch_redwood_cove;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove. ditto

case 0xB5: // Arrow Lake U
case 0xC5: // Arrow Lake P
case 0xC6: // Arrow Lake S/HX
return cpuinfo_uarch_lion_cove;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto

return "Lion Cove";
case cpuinfo_uarch_cougar_cove:
return "Cougar Cove";
case cpuinfo_uarch_skymont:
Copy link
Collaborator

@fbarchard fbarchard Oct 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmmm... there are no skymont stand alone soc?
I guess code aiming at lunarlake could check for skymont or lioncove

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants